* {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.nav_margin {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navs {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999999;
  right: 0;
}

nav {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999999999999;
}

nav a {
  padding: 0 20px;
  text-decoration: none;
  color: black !important;
  font-size: 15px;
}

nav a button {
  padding: 10px 40px;
  border-radius: 5px;
  border: 1px solid #185fad;
  background-color: #185fad;
  color: white;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

nav a button:hover {
  background-color: white;
  color: #185fad;
}

.dropdown {
  position: absolute;
  top: 75%;
  right: 0;
  width: 300px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  overflow: hidden;
  background-color: #185fad;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: right;
          transform-origin: right;
  z-index: 99999999999999;
}

.dropdown a {
  display: block;
  color: white;
  padding: 10px 12px;
  text-decoration: none;
  font-size: 14px;
}

.dropdown button {
  position: absolute;
  right: 2%;
  top: 5%;
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.288) !important;
  background-color: inherit;
}

.dropdown button:hover {
  color: red;
}

.increase {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_margin button.open {
  display: none;
}

.destory {
  display: none;
}

@media (max-width: 1100px) {
  .destory {
    display: block;
    position: absolute;
    right: 3%;
    top: 4%;
    padding: 2px 10px;
    font-size: 25px !important;
    border: 1px solid rgba(0, 0, 0, 0.384);
    background-color: #185fad;
    border-radius: 5px;
    font-weight: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .destory:hover {
    color: red;
  }
  .hello {
    position: absolute;
    right: 0;
    top: 80%;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    background-color: #185fad;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 300px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-animation: slide;
            animation: slide;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    margin-top: -50px;
    opacity: 0;
  }
  .hello .hello a {
    display: block !important;
    margin: 15px 0 0 0 !important;
  }
  @-webkit-keyframes slide {
    from {
      margin-top: -50px;
      opacity: 0;
    }
    to {
      margin-top: 0px;
      opacity: 1;
    }
  }
  @keyframes slide {
    from {
      margin-top: -50px;
      opacity: 0;
    }
    to {
      margin-top: 0px;
      opacity: 1;
    }
  }
  nav {
    display: none;
    width: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  nav a {
    padding: 12px 10px;
  }
  nav a button {
    padding: 0;
    text-align: left;
  }
  nav a button:hover {
    background-color: #185fad;
    color: white;
  }
  .nav_margin button.open {
    display: block;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 6%;
    width: 50px;
    padding: 8px;
    background-color: #555e67;
    border: 1px solid rgba(0, 0, 0, 0.521);
    border-radius: 5px;
  }
  .nav_margin button.open > * {
    border: 1px solid rgba(0, 0, 0, 0.562);
    width: 100%;
    line-height: 30px;
    margin: 3px 0 3px 0;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

/* background side color */
.bg-input-container {
  /* border: 2px solid red; */
  width: 80%;
  margin: auto;
  position: relative;
  margin-top: 50px;
}

.bg-input-container input {
  width: 100%;
  padding-top: 14px;
  padding-right: 190px;
  padding-left: 20px;
  padding-bottom: 18px;
  /* padding: 18px 20px; */
  font-family: helvetica;
  font-size: 18px;
  outline: none;
}

.bg-input-container button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  padding: 14px 20px;
  text-align: center;
  background-color: #185fad;
  border: none;
  font-size: 15px;
  color: white;
}

.background-image-general-container {
  width: 100%;
  height: 500px;
  position: relative;
  position: relative;
}

.background-image-general-container #img1 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.transparent-container1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.808);
  font-family: helvetica;
}

.bg_text_wrapper {
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.background-image-general-container .img-logo1-container {
  margin: auto;
  width: 150px;
  height: 125px;
  margin-top: 40px;
}

.img-logo1-container img {
  width: 100%;
  height: 100%;
}

.bg-text-container {
  /* border:2px solid green; */
  text-align: center;
  color: white;
  font-family: helvetica;
  margin-top: 30px;
  width: 100%;
}

.bg-text-container h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: sans-serif !important;
}

.bg-text-container p {
  font-size: 16px;
  line-height: 25px;
  font-family: sans-serif !important;
}

/* dkjfgksjdfkl l2 */
.how-it-works-general-container {
  margin: auto;
  margin-top: 50px;
  width: 90%;
  line-height: 30px;
}

.how-it-works-general-container h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-family: sans-serif;
}

.how-it-works-general-container p {
  font-size: 17px;
  font-family: helvetica;
}

#ol {
  line-height: 25px;
  font-family: helvetica;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .nav_margin .open {
    position: relative !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #navContent a {
    color: white !important;
  }
}

@media (max-width: 500px) {
  .bg-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bg-input-container > input {
    padding: 16px 14px !important;
  }
  .bg-input-container > button {
    position: relative;
    margin: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 400px) {
  .hello {
    width: 80%;
  }
}

button {
  cursor: pointer;
}
/*# sourceMappingURL=track.css.map */